chore: Release 5.2.9#872
Conversation
There was a problem hiding this comment.
LGTM — mechanical version bump release (5.2.8 → 5.2.9) and Android SDK update (5.9.2 → 5.9.3).
Extended reasoning...
Overview
This PR is a release version bump from 5.2.8 to 5.2.9 across all Unity packages (core, android, ios) and the demo project. It also updates the bundled OneSignal Android SDK dependency from 5.9.2 to 5.9.3 to pick up two upstream Android fixes (activity lifecycle tracking and requestPermission fallbackToSettings routing). All 14 file changes are mechanical version string updates in package.json, asmdef, gradle, version headers, and the iOS setSdkVersion call.
Security risks
None. There is no logic change in the Unity SDK itself — only version string updates. The underlying Android SDK update is a separately-versioned upstream release out of scope here.
Level of scrutiny
Minimal. This is a routine release PR where versions are bumped in lockstep across all packages. The version strings (5.2.9, 050209, dependency pins) are consistent everywhere they appear, and no behavior changes.
Other factors
- Bug hunting system found no issues.
- Pattern matches prior release PRs in the repo (e.g., #865 Release 5.2.8).
Channels: Current
🛠️ Native Dependency Updates